MethodQR Derived Type

type, public :: MethodQR


Inherited by

type~~methodqr~~InheritedByGraph type~methodqr MethodQR type~directmethod DirectMethod type~directmethod->type~methodqr qr_method type~linalg linalg type~linalg->type~directmethod direct

Components

Type Visibility Attributes Name Initial
integer, public :: value
character(len=64), public :: name

Source Code

    TYPE :: MethodQR
        INTEGER :: value
        CHARACTER(LEN=64) :: name
    END TYPE MethodQR